//==============================================================================
// giraffe_anim.txt
//==============================================================================

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define Effect
{
   set hotspot
   {
      version
      {
         Visualparticle SFX E Pharoah Animal Conversion
      }
   }
}

//==============================================================================
define setGlow
{
   SetSelector
   {
		civilizationLogic none/set
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX E Set Gaia animal large
			}
		}		    
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Animal giraffe_IdleA
				connect hitpointbar SetGlow hotspot
				connect CHIN Effect hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Animal giraffe_IdleA
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_IdleB
				connect hitpointbar SetGlow hotspot
         }
			version
         {
            Visual Animal giraffe_IdleC
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.80 false HeavyFall checkVisible 
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
                                                        connect TopOfHead blood hotspot
         }
      }
      
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.50 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Run
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_RunA
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Animal giraffe_FlailA
				connect hitpointbar SetGlow hotspot
         }
      }
      
   }
}
